home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 10: University / CDAT10.iso / MENU2.DXR / Internal_53_boton instalar indice.ls < prev    next >
Encoding:
Text File  |  1999-10-20  |  295 b   |  20 lines

  1. on mouseEnter
  2.   cursor(280)
  3.   sprite(21).visible = 1
  4. end
  5.  
  6. on mouseLeave
  7.   cursor(0)
  8.   sprite(21).visible = 0
  9. end
  10.  
  11. on mouseDown
  12.   if the frameLabel = "indice" then
  13.     open("./indice/setup.exe")
  14.   else
  15.     if the frameLabel = "guias" then
  16.       open("./geduca/setup.exe")
  17.     end if
  18.   end if
  19. end
  20.